home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / CONTRIB / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  762 b   |  27 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #include "../../Glut.cf"
  5.  
  6. TARGETS = lineblend worms rings agv_example fractals moth text3d \
  7.           noof gears hanoi steam
  8.  
  9. SRCS = lineblend.c rings.c worms.c agv_example.c agviewer.c fractals.c \
  10.        fracviewer.c hanoi.c moth.c gears.c noof.c text3d.c hanoi.c steam.c
  11.  
  12. AllTarget($(TARGETS))
  13.  
  14. SimpleGlutProgramTarget(gears)
  15. SimpleGlutProgramTarget(hanoi)
  16. SimpleGlutProgramTarget(lineblend)
  17. SimpleGlutProgramTarget(moth)
  18. SimpleGlutProgramTarget(noof)
  19. SimpleGlutProgramTarget(rings)
  20. SimpleGlutProgramTarget(steam)
  21. SimpleGlutProgramTarget(text3d)
  22. SimpleGlutProgramTarget(worms)
  23. NormalGlutProgramTarget(agv_example,agv_example.o agviewer.o)
  24. NormalGlutProgramTarget(fractals,fractals.o fracviewer.o)
  25.  
  26. DependTarget()
  27.